C:RequestFile >ENV:Path TITLE "Please Select Install Path..." NOICONS DRAWERSONLY SYS:
If WARN
Skip ABORT
EndIf
CD $Path
C:RequestChoice >ENV:Choice TITLE "Harrys Balloons AGA Installer" BODY "Should I create a drawer first or should I dump it all here ?" GADGETS "A drawer would be nice|Here will do fine"
If $Choice EQ 1
MakeDir "Harrys Balloons"
CD "Harrys Balloons"
EndIf
Echo ""
Echo "Installation in progress, Hang on a minute..."
C:DiskChange "HarrysBalloons:"
C:Copy >NIL: "HarrysBalloons:" "" ALL
C:Delete >NIL: "Install To Hard Drive"
C:Delete >NIL: "Install To Hard Drive.info"
C:Delete >NIL: S/ ALL
C:Delete >NIL: Devs/ ALL
C:Delete >NIL: "Hard Drive Stuff !!!" ALL
C:Delete >NIL: Disk.info
C:Delete >NIL: Graphics.info
C:Delete >NIL: Sonix.info
C:Delete >NIL: HellFire2.exe
C:RequestChoice >ENV:Choice TITLE "Harrys Balloons AGA Installer" BODY "Will you be playing Harrys Balloons AGA on a 2 Meg machine ?" GADGETS "Yes|No"